Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > LeadCollection<T> Class : ToArray Method |
public T[] ToArray()
'Declaration
Public Function ToArray() As T()
'Usage
Dim instance As LeadCollection(Of T) Dim value() As T value = instance.ToArray()
public T[] ToArray()
function Leadtools.LeadCollection.ToArray()
public: array<T^>^ ToArray();